From: Richard M. Stallman Date: Thu, 28 Aug 1997 02:37:58 +0000 (+0000) Subject: (text-mode-hook): New defvar. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79486 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=047d1f89b16ed84f9fadbe723660ce7505b15fbf;p=emacs.git (text-mode-hook): New defvar. --- diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 7e175fe9412..02398161691 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -28,6 +28,9 @@ ;;; Code: +(defvar text-mode-hook nil + "Normal hook run when entering Text mode and many related modes.") + (defvar text-mode-syntax-table nil "Syntax table used while in text mode.")